home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 3230 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: aus.computers.amiga,comp.sys.amiga,comp.sys.amiga.applications
  4. Subject: Re: AmiTCP.Log
  5. Followup-To: aus.computers.amiga,comp.sys.amiga,comp.sys.amiga.applications
  6. Date: Wed, 13 Mar 96 01:51:17
  7. Organization: Private node.
  8. Distribution: world
  9. Message-ID: <19960313.620BE0.1D68@am059.du.pipex.com>
  10. References: <2587.6643T638T2937@merlin.net.au>
  11. NNTP-Posting-Host: am059.du.pipex.com
  12. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  13.  
  14. Trevor Daley (tldaley@merlin.net.au) wrote:
  15. : Just a small problem that does not seemed to have done anything, but I am
  16. : curious about how it has happened.
  17. : During my session on the Internet last night I received the following AmiTCP.Log
  18. : hits.
  19. : Sat Mar 09 17:47:24 1996 [info ]: ftpd[461780]: connection from
  20. : slsun1p05.ozemail.com.au at Sat Mar 09 19:47:24 1996
  21. : Sat Mar 09 17:51:10 1996 [info ]: ftpd[461780]: connection from adel04.world.net
  22. : at Sat Mar 09 19:51:09 1996
  23. : Sat Mar 09 17:59:54 1996 [info ]: ftpd[5b3390]: connection from eve-
  24. : 1d.adam.com.au at Sat Mar 09 19:59:54 1996
  25. : Sat Mar 09 18:51:18 1996 [info ]: ftpd[5b3f90]: connection from d40-
  26. : 1.cpe.Mackay.aone.net.au at Sat Mar 09 20:51:17 1996
  27. : These hits came while doing various things, including WWW, downloading Mail,
  28. : downloading newsgroup messages and even when the only program running was
  29. : AmiTCP.
  30. : Any suggestions would be gratefully accepted.
  31.  
  32. Looks like one person with several accounts or several different people on
  33. different accounts are attempting to enter your machine via FTP. The
  34. connections are coming from 4 different domains. Do you have ftpd set up, and
  35. if so, have you advertised yourself as running an FTP site?
  36.  
  37. ftpd is enabled by default on AmiTCP - if you do not want people gaining
  38. access to your system in this way, remove ftpd from your inetd.conf, by
  39. deleting or commenting out (with a #) a line similar to:
  40.  
  41. ftp       stream      tcp nowait root AmiTCP:serv/ftpd ftpd -l -x
  42.  
  43. Attempted access to the conventional port number for FTP (21) will continue
  44. to be logged unless you specifically disable it in inet.access, e.g. with
  45.  
  46. ftp *.*.*.* deny
  47.  
  48. (adding LOG to the end of this line will allow you to log attempted FTP
  49. access, although such attempts will still be refused).
  50.  
  51. -- Mat.
  52.